Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Kno 93a #62

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

## 4.2.2 - 2024-08-01

### Added

- added question

## 4.2.1 - 2022-07-24

### Added
Expand Down
12 changes: 11 additions & 1 deletion jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
sourceId: managed:duo
integrationDefinitionId: "${integration_definition_id}"
questions: []
questions:
- id: integration-question-duo-users-without-mfa
title: Which DUO Users Don't Have MFA Enabled?
description: Finds all Duo users without MFA Enabled.
queries:
- query: |
FIND duo_user THAT !ASSIGNED mfa_device
tags:
- duo
- access
- mfa
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/graph-duo",
"version": "4.2.1",
"version": "4.2.2",
"description": "A graph conversion tool for https://duo.com",
"repository": {
"type": "git",
Expand Down
Loading