Skip to content

fixup! Working impl of 0.18 #8

fixup! Working impl of 0.18

fixup! Working impl of 0.18 #8

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: flawfinder
runs-on: ubuntu-latest
steps:
- name: Flawfinder Scan
uses: david-a-wheeler/[email protected]
with:
arguments: 'src'
output: 'flawfinder_results.txt'
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: 'flawfinder_results.txt'
path: 'flawfinder_results.txt'
retention-days: 7