Commit graph

10 commits

Author SHA1 Message Date
Mahyar McDonald 3b480a1e9b force local lint test 2025-11-03 19:10:33 -08:00
Mahyar McDonald a94ac1b452 shell comment 2025-11-03 19:05:03 -08:00
Mahyar McDonald 99020146f7 use local linter var 2025-11-03 19:02:30 -08:00
Mahyar McDonald 6248207460 aptfile 2025-11-03 18:15:27 -08:00
Mahyar McDonald 2305a5f8a5 apt-query verify 2025-11-03 18:12:22 -08:00
Mahyar McDonald 1e76f95692 test with go code changes 2025-11-03 18:08:51 -08:00
Mahyar McDonald e81159c6fb tweak more 2025-11-03 18:06:04 -08:00
Mahyar McDonald d0bb53f685 enterprise policy skip 2025-11-03 17:42:40 -08:00
Mahyar McDonald a96225340d dedup and fix debug log and test in pr action 2025-11-03 17:38:36 -08:00
Andrew Walsh 6460a33c29
First version of a Golang version for APT package querying. (#118) (#119)
* Pull dev upstream to staging. (#112)

* Use awk to enclose filename in single quotes tar #99

* Add null field separator so filenames don't get broken up.

* Move upload logs up in the action sequence so it captures data before it gets deleted.

* Fix awk (#109)

---------

Co-authored-by: sn-o-w <cristian.silaghi@mozilla.ro>

* Fix awk delimiter.

Pull in fix by @sn-o-w in d0ee83b497 mentioned in issue #99

* Swap out Bash based APT query logic for Golang version. (#117)

* First version of a Golang version of command handling in general. (#118)

---------

Co-authored-by: sn-o-w <cristian.silaghi@mozilla.ro>
2023-12-22 10:28:03 -08:00